This guide explains how to authenticate with the UTMStack API using curl, retrieve a Bearer token, and access secured endpoints. It also includes details about where to find the official API documentation for each instance.
🔧 Request Example:
The response will be a JSON object containing the Bearer token, usually under the key id_token or similar, for example:
Include the token in the Authorization header when making requests to protected endpoints.
Request
Response
Request
Response
https://<your-company>.utmstack.com/swagger-ui/index.html
https://utmstack.<your-domain>.com/swagger-ui/index.html